home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / TEMPLATE.ZIP / TEMPLATE.TXT < prev   
Text File  |  1994-03-03  |  2KB  |  41 lines

  1. Windows Application Template
  2. By Rob Haack
  3.  
  4.      This collection of source files and binaries comprises the starting point
  5. from which all Microsoft Windows programs that I create begin.
  6.      As I learned the art of Windows programming, I realized that I was
  7. writing the same basic code for every program.  This program contains that
  8. code.
  9.      I hope this source code is as useful to others as it is to me.  I hereby
  10. release the code and binaries in this archive into the public domain.  It may
  11. be used freely by anyone who wishes in any way they wish, but it contains no
  12. warranty - expressed or implied.
  13.  
  14. The contents of this archive (TEMPLATE.ZIP) are as follows:
  15.  
  16. Source Files:
  17. TEMPL    C    Main Program Source (winmain function and message loop)
  18. ABOUTBOX C    Help|About Dialog Box Function
  19. TEMPL    RC    Resource Definitions (Dialogs, Menu, Icon, Accelerators, etc. )
  20. TEMPL    H    Main Header File
  21. TEMPL    DEF    Module Definition File
  22.  
  23. Help Files:
  24. TEMPL    RTF    Simple Help File RTF Source
  25. TEMPL    HLP    Compiled Help File
  26.  
  27. Executable:
  28. TEMPL    EXE    The Compiled Program
  29.  
  30. Note: This program is a bit non-traditional in the sense that it uses a dialog
  31. box as a main window instead of a "window."  I prefer this approach because it
  32. is easier to design the main window using a visual tool such as "Resource Workshop."
  33. Also, I have intentionally left makefiles, project files, etc. out of this archive
  34. in an effort to keep it platform independent.  It is the users responsibility to
  35. figure out how to use his/her development tool to compile the source included in
  36. the archive.
  37.  
  38.                     Enjoy,
  39.                         Rob Haack
  40.                         rhaack@polaris.unm.edu
  41.